type MyType { name: String } type Query { name: String } schema { mutation: MyType }